DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollectionBase<T> Class / InternalList Property

In This Topic
    InternalList Property (C1EntityFrameworkCoreVirtualDataCollectionBase<T>)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InternalList As C1DynamicList(Of T)
    protected C1DynamicList<T> InternalList {get;}
    See Also